projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ff5d7
)
lwlib-Xaw.c (make_dialog): Remove extra arg to XtVaGetSubresources.
author
Jan D
<jan.h.d@swipnet.se>
Thu, 13 May 2010 17:48:56 +0000
(19:48 +0200)
committer
Jan D
<jan.h.d@swipnet.se>
Thu, 13 May 2010 17:48:56 +0000
(19:48 +0200)
lwlib/ChangeLog
patch
|
blob
|
history
lwlib/lwlib-Xaw.c
patch
|
blob
|
history
diff --git
a/lwlib/ChangeLog
b/lwlib/ChangeLog
index 8543b2336c0c7eb3a47232b0457ca887322e0f61..dfa6188846787a6e526f0315e0938cfb93e4aff9 100644
(file)
--- a/
lwlib/ChangeLog
+++ b/
lwlib/ChangeLog
@@
-1,3
+1,7
@@
+2010-05-13 Jan Djärv <jan.h.d@swipnet.se>
+
+ * lwlib-Xaw.c (make_dialog): Remove extra arg to XtVaGetSubresources.
+
2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
* xlwmenu.c (XlwMenuDestroy): Remove XtDestroyWidget on subwidgets
diff --git
a/lwlib/lwlib-Xaw.c
b/lwlib/lwlib-Xaw.c
index d31b460214796101e9536e172a54363c4f823bbf..eaaf2b46d4e9f1963d1dff3b7abe64f6f4c604c5 100644
(file)
--- a/
lwlib/lwlib-Xaw.c
+++ b/
lwlib/lwlib-Xaw.c
@@
-664,7
+664,7
@@
make_dialog (name, parent, pop_up_p, shell_title, icon_name, text_input_slot,
(XtPointer)"Sans-14" }};
char *faceName;
XtVaGetSubresources (dialog, &faceName, "Dialog", "dialog",
- rec, 1,
0,
NULL);
+ rec, 1,
(String)
NULL);
if (strcmp ("none", faceName) != 0)
xft_font = openFont (dialog, faceName);
if (xft_font)